unIconifyStack
Type
message
Summary
Sent when a stack is un-minimized.
Syntax
unIconifyStack
Description
Handle the unIconifyStack message if you want to do something special when the user expands the window to normal size.
The terminology varies depending on platform. The unIconifyStack message is sent when the user expands (Mac OS systems), un-iconifies (Unix systems), or un-minimizes (Windows|Windows systems) the stack window.
Examples
on unIconifyStack -- in stack script
put return & the short name of me after field "List" \
of stack "Open Windows List"
end unIconifyStack
Related
glossary: Unix, Windows, Mac OS, stack window
message: resumeStack, closeStack, iconifyStack, resizeStack
object: stack
property: startUpIconic, minimizeBox, decorations, iconic
Compatibility and Support
Introduced
LiveCode 1.0
OS
mac
windows
linux
Platforms
desktop